Skip to main content

List Calendar List

AutomatR.GoogleCalendar.Activities.ListCalendarList

The "List Calendar List" activity in AutomatR is part of the Google Calendar activities package, allowing automation processes to retrieve a list of detailed information about calendars associated with a Google account. This activity provides valuable insights into available calendars for further automation.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "List Calendar List" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1.
Output
ResultThe result is stored as a CalendarList variable, which can be utilized in other subsequent activities. Variables of type CalendarList to store the retrieved list of calendars.

How to use:

  1. Drag and drop the "List Calendar List" activity onto the workflow.
  2. Optionally, configure the delay and customize the display name.
  3. Connect subsequent activities within the "List Calendar List" activity to utilize the retrieved list of calendars.
  4. Execute the workflow to retrieve a detailed list of calendars associated with the Google account.

Example: Consider an example where the "List Calendar List" activity is used to retrieve a list of calendars associated with a Google account:

List Calendar List:
Display Name: "Retrieve Calendars"
Delay: 2
Result: calendarList

In this example, the activity retrieves a detailed list of calendars associated with the Google account, with a 2-second delay. The result, a CalendarList variable named "calendarList," can be utilized in subsequent Google Calendar activities within the same workflow.